home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 October / Designer's Club 1997 October.iso / mac / Idea Source™ / TEASER.DIR / 00041.ls < prev    next >
Encoding:
Text File  |  1997-08-25  |  403 b   |  19 lines

  1. on exitFrame
  2.   cursor(200)
  3.   set the locV of sprite 16 to the mouseV
  4.   set the locH of sprite 16 to the mouseH
  5.   updateStage()
  6.   if rollOver(9) then
  7.     set the memberNum of sprite 16 to 38
  8.     updateStage()
  9.   end if
  10.   if rollOver(10) then
  11.     set the memberNum of sprite 16 to 39
  12.     updateStage()
  13.   end if
  14.   if rollOver(11) then
  15.     set the memberNum of sprite 16 to 40
  16.     updateStage()
  17.   end if
  18. end
  19.